home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / irsim-ca.2 / irsim-ca / irsim-cap-9.2 / src / utils / CO next >
Text File  |  1990-12-23  |  71b  |  6 lines

  1. #/bin/csh
  2.  
  3. foreach rcsfile ( $* )
  4.     if( ! -e $rcsfile ) co $rcsfile
  5. end
  6.